#slideshow * { margin: 0; padding: 0; }
#slideshow {
	background: url('images/bg_shadow.gif') no-repeat top;
	position: relative;
	width: 98%;
	height: 248px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #B3B8FD;
	border-bottom-color: #B3B8FD;
	border-left-color: #B3B8FD;
}
#slideshow #menu, #slideshow #pictures, #slideshow #loading {
	position: absolute;
	top: -6px;
}
#slideshow #loading { background: url('images/spinner.gif'); display: block; top: 158px; left: 205px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures {
	width: 700px;
	height: 248px;
	left: 1px;
	overflow: hidden;
	padding-top: 5px;
	background-repeat: no-repeat;
	
}
#slideshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	width: 437px;
	background-repeat: no-repeat;
}
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
#slideshow #menu {
	list-style-type: none;
	width: 171px;
	height: 248px;
	right: 1px;
	background-image: url(../../2images2/sidebar-leaf%20in%20water.png);
	background-repeat: no-repeat;
}
#slideshow #menu li {
	display: block;
	z-index: 1000;
	position: relative;
	zoom: 1;
	height: 84px;
	width: 171px;
	}
#slideshow #menu li a {
	display: block;
	text-decoration: none;
	z-index: 1000;
	color: #000;
	vertical-align: middle;
	zoom: 1;
	height: 48px;
	padding-top: 37px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}
#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover {
	color: #000000;
	line-height: 15px;
	vertical-align: middle;
	zoom: 1;
	height: 55px;
	padding-top: 37px;
	padding-right: 3px;
	padding-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
}
#slideshow #menu li.current a {
	font-style:italic;
	color:#000099;
	height: 55px;
	padding-top: 37px;
	padding-right: 3px;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
#slideshow #menu li.background {
	position: absolute;
	font-size: 1px;
	height: 7px;
	width: 4px;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: left center;

}
